home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 0007.ZIP / SH.DOC < prev    next >
Text File  |  1984-03-05  |  464b  |  18 lines

  1.            SCREEN HANDLER ASSEMBLER ROUTINE
  2.  
  3.  
  4.     Use calls to assembler routine SH.COM to temporarily save the screen
  5. while presenting a different one, then restore the original monochrome
  6. display. SH.COM is stored in the string variable SUBRT$ and is passed 2
  7. parameters:
  8.            1. save or restore
  9.            2. location of storage area
  10.  
  11.  
  12.  
  13.  
  14.  IBM/PC  DOS 1.1
  15.  Written by Mike Lewis
  16.  Original code by Howard Glosser
  17.  (From Softalk November, 1983  pages 77-85)
  18.